*{
	margin:0px;
	padding:0px;
}
.maxwith100{
	width: 100vw;
	margin: 0 auto;
}
.maxwidth {
	width: 1200px;
	margin: 0 auto;
}
.maxwidth a{
	text-decoration: inherit;
	color: inherit;
}
.friendShipLink{width: 100%; margin: 0 auto;}
.footer_hd{width: 100%; margin: 0 auto; background: #EBEBEB;}
body{
	background-color: #ffffff;
}
div .swiper-pagination-bullet{ background: rgba(255, 255, 255, 0.9) ;}
.swiper-pagination-bullet-active.swiper-pagination-bullet{background: #FFFFFF;}
.style70-7 .swiper-pagination-bullet{ background: #fff;opacity: 0.5;}
.style70-7 .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #FFFFFF;opacity: 1;}
/********************************************  搜索  *************************************************/
.header70 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	box-sizing: border-box;
}

.header70>img {
	width: 168px;
	height: 41px;
}

.header70>div {
	position: relative;
}

.header70 div input {
	width: 380px;
	height: 33px;
	background: #F2F2F2;
	border-radius: 6px;
	padding-left: 16px;
	border: 1px solid #e4e4e4;
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header70 div img {
	position: absolute;
	width: 16px;
	height: 17px;
	top: 8px;
	right: 20px;
	z-index: 1;
}
/********************************************  导航  *************************************************/
.nav70 {
	padding-bottom: 16px;
	border-bottom: 2px solid #CD1021;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav70>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav70 .rightwidth {
	flex: 0 0 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav70 .rightwidth>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.nav70 .rightwidth>div img {
	width: 43px;
	height: 43px;
	/* margin-bottom: 5px; */
}

.nav70 .rightwidth>div span {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 12px;
	color: #CE150A;
	line-height: 14px;
}

.nav70 .leftwidth {
	display: flex;
}

.nav70 .leftindex {
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #CD1021;
	line-height: 30px;
	width: 80px;
	position: relative;
	flex: 1 0 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav70 .leftcont {
	display: flex;
	flex-wrap: wrap;
}

.nav70 .leftcont div {
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	/* width: 90px; */
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
	padding: 0 20px;
}

.nav70 .leftcont div:hover {
	color: #CD1021;
}
.navactive{
	color: #CD1021 !important;
}
.nav70 .leftindex.navactive:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 3px;
	background: #CD1021;
	border-radius: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
}
.nav70 .leftcont .navactive:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 3px;
	background: #CD1021;
	border-radius: 2px;
	bottom: -2px;
	left: 50%;
	margin-left: -8px;
}
/********************************************  页脚  *************************************************/
.footernav {
	/* width: 100%; */
	width: 1200px;
	min-height: 182px;
	/* background: #EBEBEB; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.footernav>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.footernav>div div {
	width: 155px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-top: 12px;
}
.footerdesc {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	flex-direction: column;
	padding-bottom: 30px;
}

.footerdesc span {
	padding-right: 30px;
}
/*1*/
.style70-1 img{
	width: 100%;
}
/*2*/
.style70-2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}
.style70-2 > img{
	height: 41px;
}
.style70-2 .inputcont{
	position: relative;
}
.style70-2 .inputcont input{
	width: 387px;
	height: 38px;
	background: #F2F2F2;
	border-radius: 6px;
	padding-left: 16px;
	border:1px solid #e4e4e4;
	-webkit-appearance:none;/*去除阴影边框*/
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}
.style70-2 .inputcont img{
	position: absolute;
	width: 16px;
	height: 17px;
	top: 12px;
	right: 20px;
	z-index:1;
}
/*3*/
.style70-3{
	padding-bottom: 16px;
	border-bottom:1px solid #CD1021;
}
.style70-3>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.style70-3 .rightwidth{
	flex: 1 0 340px;
	width: 340px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.style70-3 .rightwidth>div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.style70-3 .rightwidth>div img{
	width: 43px;
	height: 43px;
	margin-bottom: 5px;
}
.style70-3 .rightwidth>div span{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 12px;
	color: #CE150A;
	line-height: 14px;
}
.style70-3 .leftwidth{
	display: flex;
}
.style70-3 .leftindex{
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #CD1021;
	line-height: 30px;
	width: 80px;
	position: relative;
	flex:1 0 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-3 .leftcont{
	display: flex;
	flex-wrap: wrap;
}
.style70-3 .leftcont div{
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.style70-3 .leftcont div:hover{
	color: #CD1021;
}
.style70-3 .navindex:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 3px;
	background: #CD1021;
	border-radius: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
}
/*4*/
.style70-4 .title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 38px;
	color: #D0021B;
	line-height: 48px;
	text-align: center;
	padding: 43px 0 28px 0;
}
.style70-4 ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.style70-4 ul li{
	width: 33%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}
.style70-4 ul li:before{ 
	content:''; 
	width:6px; 
	height:6px; 
	border-radius:50%; 
	background:#D0021B; 
	display:inline-block; 
	margin-right:10px; 
	vertical-align:middle; 
	margin-top:-3px;
}
/*5*/
.style70-5{
	display: flex;
	margin-top: 28px;
}
.style70-5-left{
	width: 60%;
	height: 405px;
}
.style70-5-left .swiper-container{
	width: 100%;
	/* height: 483px; */
	height: 405px;
}
.style70-5-left .swiper-slide{
	position: relative;
	background-color: aquamarine;
}
.style70-5-left .swiper-slide div{
	width: 100%;
	height: 65px;
	background: rgba(0,0,0,0.75);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding:20px 44px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 30px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.style70-5-left .swiper-pagination{
	text-align: right;
	left: -10px !important;
	bottom: 5px !important;
}
.style70-5-right-item{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	background-color: #F5F5F5;
	
}
/* .style70-5-right-item>div:nth-child(1){
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 29px;
	margin-bottom: 8px;
	font-weight: 800;
} */
.style70-5-right-item{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 29px;
	/* margin-bottom: 14px; */
	/* margin-bottom: 8px; */
	font-weight: 800;
}
.style70-5-right{
	box-sizing: border-box;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
		justify-content: space-between;
		flex: 1;
		overflow: hidden;
}
.style70-5-right-item div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.style70-5 .swiper-button-prev,.style70-5 .swiper-container-rtl .swiper-button-next{
	width: 35px;
	height: 77px;
	left: 0px;
	top: 200px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperleft05.png');
	background-size: 100%;
}
.style70-5 .swiper-button-next,.style70-5 .swiper-container-rtl .swiper-button-prev{
	width: 35px;
	height: 77px;
	right: 0px;
	top: 200px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperright05.png');
	background-size: 100%;
}
/*6*/
.style-70-6-tit{
	padding:36px 0px;
}
.style-70-6-tit span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	line-height: 30px;
	position: relative;
}
.style-70-6-tit span:after{
	content: '';
	position: absolute;
	top: -6px;
	width: 28px;
	height:27px;
	/* background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/star.png') no-repeat center; */
}
.style-70-6-cont,.swiper-container6{
	width: 100%;
	height: 240px;
	position: relative;
}
.swiper-container6{
	overflow: hidden;
}
.style-70-6-cont .swiper-button-prev{
	width: 34px;
	height: 72px;
	left: -34px;
	top: 56px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperleft6.png');
	background-size: 100%;
}
.style-70-6-cont .swiper-button-next,.style-70-6-cont .swiper-container-rtl .swiper-button-prev{
	width: 34px;
	height: 72px;
	right: -34px;
	top: 56px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperright6.png');
	background-size: 100%;
}
.style-70-6-cont .swiper-slide{
	text-align: center;
}
.style-70-6-cont .swiper-slide img{
	width: 100%;
	height: 172px;
	margin-bottom: 5px;
}
.style-70-6-cont .swiper-slide span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
}

/*7*/
.style70-7,.swiper-container7{
	height: 144px;
	overflow: hidden;
	position: relative;
}
.swiper-container7 a img{
	 width: 100%;
	 height: 100%;
}
.swiper-container7 a{
 display: inline-block;
 width: 100%;
 height: 100%;
}
/*8*/
.style70-8{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 34px;
}
.style70-8 div{
	max-width: 32%;
	margin-bottom: 24px;
	cursor: pointer;
}
.style70-8 img{
	width: 100%;
	max-height: 100px;
}
/*9*/
.style70-9{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.style70-9 > div{
	width: 49.5%;
}
.style-70-9-tit span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	line-height: 30px;
	position: relative;
}
.style-70-9-tit span:after{
	content: '';
	position: absolute;
	top: -6px;
	width: 28px;
	height:27px;
	/* background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/star.png') no-repeat center; */
}
.style-70-9-item{
	width: 49%;
	min-height: 200px;
	margin-bottom: 10px;
}
.style-70-9-item-img{
	width: 100%;
	height: 180px;
	position: relative;
	margin-bottom: 6px;
}
.style-70-9-item-img img{
	width: 100%;
	height: 100%;
}
.style-70-9-item-img-time{
	width: 71px;
	height: 30px;
	background: #000000;
	border-radius: 0px 0px 0px 18px;
	opacity: 0.59;
	font-family: DengXian;
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	top:0px;
	right: 0px;
	z-index:1;
	text-align: center;
}
.style-70-9-item-img-tit{
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	height: 20px;
}
.style70-9-cont{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
/*10*/
.style70-10{
	padding-top: 20px;
}
.style70-10-item{
	position: relative;
	width: 19%;
}
.style70-10-item .style70-10-back{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0px 23px;
}
.style70-10-item:hover .style70-10-back{
	display: flex;
}
.style70-10-item img{
	width: 100%;
	height: 356px;
}
.style70-10-back-tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 20px;
}
.style70-10-back-desc{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.style70-10-cont{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
/*11*/
.style70-11{
	padding-top: 30px;
}
.swiper-container11,.swiper-container11 .swiper-slide .backimg{
	height: 202px;
}
.swiper-container11 .swiper-slide{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	position: relative;
}
.swiper-container11 .swiper-slide-active,.swiper-container11 .swiper-slide-duplicate-active{
	transform: scale(1.2);
	z-index: 2;
	overflow: hidden;
}
.swiper-container11 .swiper-slide-active .style70-11-zhezhao,.swiper-container11 .swiper-slide-duplicate-active .style70-11-zhezhao{
	display: none;
}
.swiper-container11 .swiper-slide-active .hover-zhe,.swiper-container11 .swiper-slide-duplicate-active .hover-zhe{
	display: flex;
}
.hover-zhe{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	box-sizing: border-box;
	padding: 38px 34px;
	flex-direction: column;
	justify-content: end;
	border-left:8px solid #D0021B;
	border-right: 8px solid #D0021B;
}
.hover-zhe::before{
	content: '';
	width: 30%;
	height: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: #D0021B;
}
.hover-zhe::after{
	content: '';
	width: 30%;
	height: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	background: #D0021B;
}
.style70-11-border-left{
	content: '';
	width: 30%;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	background: #D0021B;
}
.style70-11-border-right{
	content: '';
	width: 30%;
	height: 8px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	background: #D0021B;
}
.style70-11-zhezhao{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.52);
}
.style70-11-cont{
	padding: 46px 0px;
	overflow: hidden;
}
.style70-11-cont a {
	display: inline-block;
	width: 100%;
	/* height: 100%; */
	color: #FFFFFF;
	text-decoration: auto;
}
.style70-11-cont .hover-zhe{display: none;}
.style70-11-name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 9px;
	padding-bottom: 10px;
}
.style70-11-unit{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 9px;
	padding-bottom: 20px;
}
.style70-11-desc{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	
}
body .style70-11-desc a{
	/* height: 40px;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 限制在三行 */
	  overflow: hidden;
	  text-overflow: ellipsis; */
}
/*12*/
.style70-12{
	margin-top: 34px;
	height: 600px;
	background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back12.png') no-repeat center;
	background-size: 100%;
	padding-top: 48px;
}
.style70-12-tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #D21F11;
	line-height: 30px;
	margin-bottom: 34px;
}
.style70-12-item{
	display: flex;
	align-items: center;
}
.style70-12-red{
	height: 115px;
	background: #CC1F11;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style70-12-orange{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style70-12-2{
	height: 100px;
	background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back7012.png') no-repeat center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-2:hover{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-grid{
	display: grid;
	grid-template-columns: repeat(8, 11.4%);
	grid-gap: 14px;
	grid-template-rows: 115px;
}
.style70-12-yun{
	width: 42px;
	height: 39px;
	margin-right: 11px;
}
.style70-12-dou{
	width: 29px;
	height: 34px;
	margin-right: 15px;
}
/*13*/
.style70-13{
	width: 100%;
	height: 182px;
	background: #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.style70-13 a{
	text-decoration: inherit;
	color: inherit;
}
.style70-13>div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.style70-13>div div{
	width: 155px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-top: 12px;
}
.shengming{
	width: 58px;
	height: 58px;
}
.jubao{
	width: 55px;
	height: 55px;
}
.buliang{
	width: 55px;
	height: 55px;
}
.shiye{
	width: 46px;
	height: 55px;
}
.bingzai{
	width: 71px;
	height: 46px;
}
.style70-14{
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	flex-direction: column;
}
.style70-14 span{
	padding-right: 30px;
}
.style70-14 a{
	text-decoration: inherit;
	color: inherit;
}
/****新增****/
.style-70-10-item{
		width: 24%;
		min-height: 200px;
		margin-bottom: 24px;
}
.style70-12-red{
	height: 115px;
	background: #CC1F11;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style70-12-orange{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style-70-12-back{
	background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back7012.png') no-repeat center; 
}
.style70-12-2{
	height: 100px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px !important;
	text-align: center;
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-3{
	height: 115px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px !important;
	text-align: center;
	grid-column: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-3:hover{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px !important;
	text-align: center;
	grid-column: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-1{
	height: 115px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px !important;
	text-align: center;
	grid-column: span 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-1:hover{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px !important;
	text-align: center;
	grid-column: span 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*****************************New H5*****************************/
*{
	margin:0px;
	padding:0px;
}
.maxwith100{
	width: 100vw;
	margin: 0 auto;
}
/*1*/
.style70-1 img{
	width: 100%;
}
/*2*/
.style70-2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}
.style70-2 > img{
	height: 41px;
}
.style70-2 .inputcont{
	position: relative;
}
.style70-2 .inputcont input{
	width: 387px;
	height: 38px;
	background: #F2F2F2;
	border-radius: 6px;
	padding-left: 16px;
	border:1px solid #e4e4e4;
	-webkit-appearance:none;/*去除阴影边框*/
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}
.style70-2 .inputcont img{
	position: absolute;
	width: 16px;
	height: 17px;
	top: 12px;
	right: 20px;
	z-index:1;
}
/*3*/
.style70-3{
	padding-bottom: 16px;
	border-bottom:1px solid #CD1021;
}
.style70-3>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.style70-3 .rightwidth{
	flex: 1 0 340px;
	width: 340px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.style70-3 .rightwidth>div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.style70-3 .rightwidth>div img{
	width: 43px;
	height: 43px;
	margin-bottom: 5px;
}
.style70-3 .rightwidth>div span{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 12px;
	color: #CE150A;
	line-height: 14px;
}
.style70-3 .leftwidth{
	display: flex;
}
.style70-3 .leftindex{
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #CD1021;
	line-height: 30px;
	width: 80px;
	position: relative;
	flex:1 0 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-3 .leftcont{
	display: flex;
	flex-wrap: wrap;
}
.style70-3 .leftcont div{
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.style70-3 .leftcont div:hover{
	color: #CD1021;
}
.style70-3 .navindex:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 3px;
	background: #CD1021;
	border-radius: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
}
/*4*/
.style70-4 .title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 38px;
	color: #333;
	line-height: 46px;
	text-align: center;
	padding: 43px 0 20px 0;
}
.style70-4 .title a:hover{color: #D0021B !important;}
.style70-4 ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.style70-4 ul li{
	width: 33%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}
.style70-4 ul li a:hover{color: #D0021B !important;}
.style70-4 ul li:before{ 
	content:''; 
	width:6px; 
	height:6px; 
	border-radius:50%; 
	background:#D0021B; 
	display:inline-block; 
	margin-right:10px; 
	vertical-align:middle; 
	margin-top:-3px;
}
/*5*/
.style70-5{
	display: flex;
	margin-top: 28px;
}
.style70-5-left{
	width: 60%;
	/* height: 483px; */
	height: 405px;
}
.style70-5-left a {
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.style70-5-left a img {
	width: 100%;
	height: 100%;
}
.style70-5-left .swiper-container{
	width: 100%;
	height: 405px;
}
.style70-5-left .swiper-slide{
	position: relative;
	background-color: aquamarine;
}
.style70-5-left .swiper-slide div{
	width: 100%;
	height: 65px;
	background: rgba(0,0,0,0.75);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding:20px 44px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;
	/* line-height: 29px; */
	line-height: 30px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.style70-5-left .swiper-pagination{
	text-align: right;
	left: -10px !important;
	bottom: 5px !important;
}
.style70-5-right-item{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 32px;
}
/* .style70-5-right-item>div:nth-child(1){
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 29px;
	margin-bottom: 8px;
	font-weight: 800;
} */
.style70-5-right{
	box-sizing: border-box;
	/* padding-left: 30px; */
	padding: 18px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	overflow: hidden;
	background-color: #F5F5F5;
}
.style70-5-right-item div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.style70-5-right-item a:hover{color: #D0021B;}
.style70-5-right .style70-5-right-more{color: #666666; font-size: 14px; float: right; line-height: 14px;}
.style70-5-right .style70-5-right-more a{color: #666666;}
.style70-5-right .style70-5-right-line{border: 1px dashed #BDBDBD;}
.style70-5 .swiper-button-prev,.style70-5 .swiper-container-rtl .swiper-button-next{
	width: 35px;
	height: 77px;
	left: 0px;
	top: 200px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperleft05.png');
	background-size: 100%;
}
.style70-5 .swiper-button-next,.style70-5 .swiper-container-rtl .swiper-button-prev{
	width: 35px;
	height: 77px;
	right: 0px;
	top: 200px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperright05.png');
	background-size: 100%;
}
/*6*/
.style-70-6-tit{
	padding:36px 0 20px 0px;
}
.style-70-6-tit span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	line-height: 30px;
	position: relative;
}
.style-70-6-tit span:after{
	content: '';
	position: absolute;
	top: -6px;
	width: 28px;
	height:27px;
	/* background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/star.png') no-repeat center; */
}
.style-70-6-cont,.swiper-container6{
	width: 100%;
	/* height: 190px; */
	height: 180px;
	position: relative;
}
.swiper-container6{
	overflow: hidden;
}
.style-70-6-cont .swiper-button-prev{
	width: 34px;
	height: 72px;
	left: -34px;
	top: 56px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperleft6.png');
	background-size: 100%;
}
.style-70-6-cont .swiper-button-next,.style-70-6-cont .swiper-container-rtl .swiper-button-prev{
	width: 34px;
	height: 72px;
	right: -34px;
	top: 56px;
	background-image: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/swiperright6.png');
	background-size: 100%;
}
.style-70-6-cont .swiper-slide{
	text-align: center;
}
.style-70-6-cont .swiper-slide img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.style-70-6-cont .swiper-slide span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
}

/*7*/
.style70-7,.swiper-container7{
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
}
/*8*/
.style70-8{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 24px;
	margin-bottom: 12px;
}
.style70-8 div{
	max-width: 32%;
	margin-bottom: 24px;
	cursor: pointer;
}
.style70-8 img{
	width: 100%;
	max-height: 100px;
}
/*9*/
.style70-9{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.style70-9 > div{
	width: 49.5%;
}
.style-70-9-tit span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	line-height: 30px;
	position: relative;
}
.style-70-9-tit span:after{
	content: '';
	position: absolute;
	top: -6px;
	width: 28px;
	height:27px;
	/* background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/star.png') no-repeat center; */
}
.style-70-9-item{
	width: 49%;
	min-height: 200px;
	margin-bottom: 10px;
}
.style70-9-cont .style-70-9-item:nth-child(n+3) {
    margin-bottom: 0px;
}
.style-70-9-item-img{
	width: 100%;
	height: 163px;
	position: relative;
	margin-bottom: 6px;
}
.style-70-9-item-img img{
	width: 100%;
	height: 100%;
}
.style-70-9-item-img-time{
	width: 71px;
	height: 30px;
	background: #000000;
	border-radius: 0px 0px 0px 18px;
	opacity: 0.59;
	font-family: DengXian;
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	top:0px;
	right: 0px;
	z-index:1;
	text-align: center;
}
.style-70-9-item-img-tit{
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	height: 20px;
}
.style70-9-cont{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
/*10*/
.style70-10{
	padding-top: 6px;
}
.style70-10-item{
	position: relative;
	width: 19%;
}
.style70-10-item .style70-10-back{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0px 23px;
}
.style70-10-item:hover .style70-10-back{
	display: flex;
}
.style70-10-item img{
	width: 100%;
	height: 356px;
}
.style70-10-back-tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 20px;
}
.style70-10-back-desc{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.style70-10-cont{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
/*11*/
.style70-11{
	padding-top: 0px;
	/* padding-top: 30px; */
}
.swiper-container11,.swiper-container11 .swiper-slide .backimg{
	/* height: 202px; */
	height: auto;
	width: 100%;
}
.swiper-container11 .swiper-slide{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	position: relative;
}
.swiper-container11 .swiper-slide-active,.swiper-container11 .swiper-slide-duplicate-active{
	transform: scale(1.2);
	z-index: 2;
	overflow: hidden;
}
.swiper-container11 .swiper-slide-active .style70-11-zhezhao,.swiper-container11 .swiper-slide-duplicate-active .style70-11-zhezhao{
	display: none;
}
.swiper-container11 .swiper-slide-active .hover-zhe,.swiper-container11 .swiper-slide-duplicate-active .hover-zhe{
	display: flex;
}
.hover-zhe{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	box-sizing: border-box;
	padding: 18px 14px;
	flex-direction: column;
	justify-content: end;
}
.style70-11-zhezhao{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.52);
}
.style70-11-cont{
	padding: 46px 0px;
	overflow: hidden;
}
.style70-11-name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 9px;
	padding-bottom: 10px;
}
.style70-11-unit{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 9px;
	padding-bottom: 20px;
}
.style70-11-desc{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
/*12*/
.style70-12{
	margin-top: 16px;
	height: 440px;
	background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back12.png') no-repeat center;
	background-size: cover;
	padding-top: 20px;
}
.style70-12-tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #D21F11;
	line-height: 30px;
	margin-bottom: 20px;
}
.style70-12-item{
	display: flex;
	align-items: center;
}
.style70-12-red{
	height: 100px;
/*	background: #CC1F11;*/
	background: url(https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back7013.png) no-repeat center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style70-12-orange{
	height: 100px;
	background: #E27D72;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
}
.style70-12-2{
	height: 100px;
	background: url('https://www.btzx.com.cn/cms/upFile/btzx/gaiban/img/shouye/back7012.png') no-repeat center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style70-12-grid{
	display: grid;
	grid-template-columns: repeat(8, 11.4%);
	grid-gap: 14px;
	grid-template-rows: 100px;
}
.style70-12-yun{
	width: 42px;
	height: 39px;
	margin-right: 11px;
}
.style70-12-dou{
	width: 29px;
	height: 34px;
	margin-right: 15px;
}
.style70-12-bingtuan{ width: 57px; height: 39px; margin-right: 11px;}
/*13*/
.style70-13{
	width: 100%;
	height: 182px;
	background: #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.style70-13>div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.style70-13>div div{
	width: 155px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-top: 12px;
}
.shengming{
	width: 58px;
	height: 58px;
}
.jubao{
	width: 55px;
	height: 55px;
}
.buliang{
	width: 55px;
	height: 55px;
}
.shiye{
	width: 46px;
	height: 55px;
}
.bingzai{
	width: 71px;
	height: 46px;
}
.style70-14{
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	flex-direction: column;
}
.style70-14 span{
	padding-right: 30px;
}
.style-888{
	overflow: hidden;
}
.style70-8 a {
    margin-bottom: 12px;
    display: inline-block;
    width: 33%;
}

.style70-img{margin:10px auto;}
.style70-img a{display:inline-block;width:100%;}
.style70-img a img{display:inline-block;width:100%;cursor:pointer;}

@media only screen and (max-width: 750px) {
	html,body{
		width: 100%;
	}
	.maxwidth {
		width: 100%;
		margin: 0 auto;
	}
	/********************************************  搜索  *************************************************/
	.header70{
		padding: 20px 10px;
		box-sizing: border-box;
	}		
	.header70 div input {
		width: 157px;
	}
	/********************************************  导航  *************************************************/
	.nav70>div{
		flex-direction: column;
	}
	.nav70 .rightwidth{
		flex: 1 0 100%;
		width: 100%;
		justify-content: space-around;
	}
	.nav70>div{
		display: block;
	}
	.nav70 .leftwidth{
		overflow: auto;
		height: 46px;
		align-items: center;
	}
	.nav70 .leftindex.navactive:after {
		bottom: -4px;
	}
	.nav70 .leftcont .navactive:after {
		bottom: -4px;
	}
	.nav70 .leftcont{
		flex-wrap: nowrap;
	}
	.nav70 .leftcont div{
		width: auto;
        display: inline-block;
        white-space: pre;
        padding: 0px 8px;

	}
	.nav70 .navindex:after{
		bottom: -3px;
	}
	/********************************************  列表  *************************************************/
	.article70 img{
		width: 142px;
		height: 80px;
		margin-right: 10px;
		flex: 0 0 142px;
	}
	.article70 li{
		height: 100px;
		box-sizing: border-box;
		padding: 8px 0px;
	}
	.article70-cont h5{
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
	}
	.article70-cont p{
		padding-top: 10px;
		font-size: 12px;
	}
	.hot{
		display: none;
	}
	.footernav{
		flex-wrap: wrap;
		padding:10px 0px;
		box-sizing: border-box;
		width: 100%;
	}
	.footernav>div{
		width: 33%;
	}
	.footernav>div div{
		width: 100%;
		padding:0px 10px;
		box-sizing: border-box;
	}
	.shengming{
		width: 29px;
		height: 29px;
	}
	.jubao,.buliang{
		width:28px;
		height: 28px;
	}
	.bingzai{
		width: 35px;
		height: 23px;
	}
	.shiye{
		width: 23px;
		height: 27px;
	}
	.footerdesc{
		height: auto;
		padding-top: 10px;
	}
	.footerdesc span{
		display: block;
		font-size: 12px;
	}
	.footerdesc>div{
		width: 33%;
	}
	.maxwidth{
		width: 100%;
	}
	.style70-2{
		padding: 10px;
		box-sizing: border-box;
	}
	.style70-2 img{
		height: 26px;
	}
	.style70-2 .inputcont input{
		width: 120px;
	}
	.style70-3>div{
		display: block;
	}
	.style70-3 .leftwidth{
		overflow: auto;
		height: 40px;
		align-items: center;
	}
	.style70-3 .leftcont{
		flex-wrap: nowrap;
	}
	.style70-3 .leftcont div{
		width: 50px;
	}
	.style70-3 .navindex:after{
		bottom: -3px;
	}
	.style70-3 .rightwidth{
		width: 100%;
		padding-top: 10px;
	}
	.style70-4 .title{
		font-size: 20px;
		padding: 20px;
		line-height: 30px;
	}
	.style70-4 ul li{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 20px;
		font-size: 16px;
		margin-bottom: 0px;
	}
	.style70-5{
		display: block;
		margin-top: 28px;
	}
	.style70-5-left{
		width: 100%;
		height: 242px;
	}
	.style70-5-left .swiper-container{
		height: 242px;
	}
	.style70-5 .swiper-button-prev, .style70-5 .swiper-container-rtl .swiper-button-next{
		top: 90px;
	}
	.style70-5 .swiper-button-next, .style70-5 .swiper-container-rtl .swiper-button-prev{
		top: 90px;
	}
	.style70-5-left .swiper-slide div{
		font-size: 16px;
		height: 54px;
		padding: 10px 24px;
		line-height: 18px;
	}
	.style70-5-right{
		padding:10px 20px;
	}
	.style70-5-right-item div{
		overflow: inherit;
		white-space: pre-line;
	}
	/* .style70-5-right-item>div:nth-child(1){
		font-size: 18px;
		margin-bottom: 0px;
		padding: 10px 0px;
	} */
	.style70-5-right-item{
		font-size: 14px;
		line-height: 28px;
		color:#565454;
	}
	.style70-5-right .style70-5-right-more{margin-top: 4px;}
	.style70-5-right-item:nth-child(2){ margin-top: 6px;}
	.style70-5-right-item:nth-child(3){ margin-top: 6px;}
	.style70-5-right-item div{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.style-70-6-tit span{
		font-size: 20px;
	}
	.style-70-6-tit span:after{
		background-size: 66%;
	}
	.style-70-6-tit{
		padding: 10px 20px;
	}
	.style70-7, .swiper-container7{
		height: 72px;
	}
	.style70-7 img, .swiper-container7 img{
		width: 100%;
		height: 100%;
	}
	.style70-8.maxwidth{
		width: 95%;
	}
	.style70-8{
		padding-top: 10px;
		display: block;
		margin-bottom: 20px;
		width: 100% !important;
	}
	.style70-8 a{
		width: 32%;
	}
	.style70-8 div{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.style70-9{
		display: block;
		box-sizing: border-box;
		padding:0px 20px;
		margin-bottom: 0;
	}
	.style-70-9-tit span{
		font-size: 20px;
	}
	.style-70-9-tit span:after{
		background-size: 66%;
	}
	.style70-9 > div{
		width: 100%;
		margin-bottom: 20px;
	}
	.style-70-9-item{
		margin-bottom: 10 !important;
		min-height: auto;
	}
	.style-70-9-item-img{
		height: auto;
	}
	.style70-10{
		padding-top: 0px;
		padding:0px 20px;
		box-sizing: border-box;
	}
	.style70-11{
		padding-top: 20px
	}
	.style70-14{
		font-size: 12px;
		height: auto;
		text-align: center;
	}
	.style70-14 span{
		display: block;
		padding-right:0px;
	}
	.style70-13{
		flex-wrap: wrap;
		height: auto;
		padding: 20px 0px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.shengming{
		width: 29px;
		height: 29px;
	}
	.jubao,.buliang{
		width:28px;
		height: 28px;
	}
	.bingzai{
		width: 35px;
		height: 23px;
	}
	.shiye{
		width: 23px;
		height: 27px;
	}
	.style70-13>div div{
		margin-top: 6px;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.style70-13>div{
		width: 33%;
	}
	.style70-12-tit{
		font-size: 24px;
		padding-top: 0px;
		margin: 0px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.style70-12-red{
		/* font-size: 12px; */
		font-size: 18px;
		height: 65px;
		line-height: 65px;
	}
	.style70-12-2{
		font-size: 18px;
		height: 65px;
		grid-column: span 4;
		background-size: cover;
	}
	.style70-12-orange{
		height: 65px;
		line-height: 65px;
		font-size: 18px;
	}
	.style70-12-grid{
			grid-template-columns: repeat(4, 23%);
			grid-gap: 8px;
			grid-template-rows: 65px;
	}
	.style70-12{
		margin-top: 0;
		height: auto;
		min-height: 600px;
	}
	.style70-6{margin-bottom: 20px;}
	.style70-6 .style-70-6-cont{
		height: auto;
	}
	.style70-6 .style-70-6-cont .swiper-container6{
		height: auto;
	}
	.style-70-6-cont .swiper-slide img{
		margin-bottom: 0;
	}
	.style-70-6-cont .swiper-slide span{
		font-size: 12px;
	}
	.style-70-6-cont .swiper-button-next, .style-70-6-cont .swiper-container-rtl .swiper-button-prev{
		display: none;
	}
	/*新*/
	.style70-12-grid{
		grid-template-rows: auto;
	}
	.style70-12-3{
		grid-column: span 4 !important;
	}
	.style70-12-1{
		grid-column: span 2 !important;
	}
	.style-70-10-item{
		width: 49% !important;
		height: auto;
		min-height:auto
	}
	.style70-10-cont{
		flex-wrap: wrap;
	}
	.style70-11 .style-70-9-tit{
		padding-left: 20px;
	}
	.style70-11-name{ 
		font-size: 16px; text-align: center;
	}
	.style70-11-desc{
		display: none;
	}
	.style70-11-cont{
		padding: 26px 0px;
	}
	.style70-12-2:hover{
		grid-column: span 4;
	 	background-size: cover;
	}
}
.f-c{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.morebtn70{
	font-size: 14px;
	color: #666;
	cursor: pointer;
}